home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
honeytrouble.swf
/
scripts
/
frame_109
/
PlaceObject2_540_26
/
CLIPACTIONRECORD on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
297 b
|
15 lines
on(press){
var c = this._currentframe;
if(_root.SoundStop)
{
_root.Sound_con.setVolume(0);
this.gotoAndStop(2);
}
else if(_root.SoundStop == false)
{
_root.SoundStop = false;
_root.Sound_con.setVolume(100);
this.gotoAndStop(1);
}
}